svn path=/trunk/; revision=19091
+2007-11-29 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/Makefile.am: Fix ordering of subdirs.
+
2007-11-28 Tor Lillqvist <tml@novell.com>
A proper build of GNU libintl is supposed to export the variable
# Makefile.am for gtk+/gtk
include $(top_srcdir)/Makefile.decl
-SUBDIRS = theme-bits . tests
+xdgmimedir =
if OS_UNIX
-SUBDIRS += xdgmime
+xdgmimedir += xdgmime
GTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f"
endif
+SUBDIRS = theme-bits $(xdgmimedir) . tests
DIST_SUBDIRS=theme-bits xdgmime
if HAVE_CUPS